/status/ssl/profile//certAndKeyMatch

​Deprecated. Use /status/ssl/profile//[summary](/093Release_2.5/250REST_ API_Reference_Guide/status/ssl/profile/%3Cname%3E/summary) instead.

Use

Use to view whether the SSL profile’s certificate is consistent with the private key.

Parameters

name: Name of profile object

Data Key

The data key contains one of the values listed below in Data Values.

Data Type

uint32

Data Values

0 (false)

1 (true)

Default Data Value

0

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://host-56:8443/lrs/api/v1.0/status/ssl/profile/sp-01/certAndKeyMatch

GET Response

{"/status/ssl/profile/sp-01/certAndKeyMatch": {"data": 0,
                                                "default": False,
                                                "defaultAllowed": False,
                                                "deleteAllowed": False,
                                                "numChildren": 0,
                                                "type": "uint32"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ssl/profile/sp-01/certAndKeyMatch"}
  1. /status/ssl/profile//certAndKeyMatch 1. Parameters 2. Data Key
    1. Data Type
    2. Data Values
    3. Default Data Value 3. Request Methods 4. Related 5. Examples